Namespace for mobile application in .net
520618-Mar-2011
i want to implement the mobile component and control in our application which one namespace are used?
Updated on 18-Mar-2011
Home / DeveloperSection / Forums / Namespace for mobile application in .net
Amit Singh
18-Mar-2011http://blogs.msdn.com/b/trobbins/archive/2007/07/13/mobile-web-development-with-asp-net-2-0.aspx
Anonymous User
18-Mar-2011Use System.Web.Mobile namespace for core capabilities, authentication and error handling class.
Use System.Web.Ui.MobileControls for asp.net mobile controls
And use System.Web.UI.MobileControls.Adapter to create adapter for target devices.